home *** CD-ROM | disk | FTP | other *** search
/ Ultimedia 2 / Ultimedia 2.iso / tools / sonstiges / director / install < prev   
Encoding:
AmigaDOS Script File  |  1994-08-15  |  1.5 KB  |  57 lines

  1. .key none
  2. .bra {
  3. .ket }
  4.  
  5. failat 21
  6.  
  7. echo "Thank you for downloading Director 1.2!"
  8. echo "The software will now be installed automatically."
  9. echo ""
  10.  
  11. version >NIL: amigaguide.library 34 11
  12. if warn
  13.    echo "Installing amigaguide.library version 34.11"
  14.    copy libs/amigaguide.library libs: clone
  15. else
  16.    echo "Not installing amigaguide.library 34.11 because newer/same version"
  17.    echo "is already present"
  18. endif
  19.  
  20. version >NIL: SYS:Utilities/Amigaguide 34 4
  21. if warn
  22.    echo "Installing Amigaguide version 34.4"
  23.    copy utilities/Amigaguide SYS:Utilities clone
  24.    copy utilities/Amigaguide.info SYS:Utilities clone
  25. else
  26.    echo "Not installing Amigaguide 34.4 because newer/same version is present"
  27. endif
  28.  
  29. version >NIL: s:help.guide 33 67
  30. if warn
  31.       echo "Installing help.guide 33.67 in s:"
  32.       copy s/help.guide s: clone
  33. else
  34.    echo "Not installing help.guide 33.67 because newer/same version is present"
  35. endif
  36.  
  37.  
  38. assign >NIL: locale: EXISTS
  39. if warn
  40.    echo "Not installing Director.guide because AmigaDOS 2.04 does not have a"
  41.    echo "standard directory for it.  Please copy the file where you wish and"
  42.    echo "add the path to the migaguide path variable like this:"
  43.    echo "      SetEnv AmigaGuide/Path xxxx/mydir/ ADD"
  44. else
  45.    echo "Installing Director.guide in locale:help/english"
  46.    copy Director.guide#? locale:help/english clone
  47. endif
  48.  
  49. copy Director sys:wbstartup
  50. copy Director.info sys:wbstartup
  51.  
  52. echo "Done"
  53. echo ""
  54. echo "Please reboot your amiga now to finish installation ..."
  55.  
  56. wait 1000
  57.